home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / libiberty / config / mh-riscix < prev    next >
Encoding:
Text File  |  1996-07-04  |  217 b   |  7 lines

  1. # The native linker only reports the first undefined symbol if linking with a
  2. # shared library.  So build using gcc and link statically (this requires 
  3. # gcc 2.6.0 or above).
  4.  
  5. ERRORS_CC = gcc
  6. ERRORS_LDFLAGS = -static
  7.